+2008-04-18 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkicontheme.h
+ * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
+ <gdk/gdkscreen.h>.
+
+ * gtk/gtkbuilderparser.c
+ * gtk/gtklinkbutton.c
+ * gtk/gtkpreview.c
+ * gtk/gtkrecentchooserdefault.c
+ * gtk/gtkrecentchoosermenu.c
+ * modules/input/gtkimcontextthai.c: remove inclusion of single
+ files from gdk, none of the includes was actually needed.
+
2008-04-18 Michael Natterer <mitch@imendio.com>
* gdk/gdk.h: reorder one include so they are all alphabetical.
#include <string.h>
#include <gmodule.h>
-#include <gdk/gdkenumtypes.h>
-#include <gdk/gdkkeys.h>
#include "gtktypeutils.h"
#include "gtkbuilderprivate.h"
#include "gtkbuilder.h"
#include <glib-object.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <gdk/gdkscreen.h>
+#include <gdk/gdk.h>
G_BEGIN_DECLS
#include <string.h>
-#include <gdk/gdkcolor.h>
-#include <gdk/gdkcursor.h>
-#include <gdk/gdkdisplay.h>
-
#include "gtkclipboard.h"
#include "gtkdnd.h"
#include "gtkimagemenuitem.h"
enum
{
PROP_0,
-
+
PROP_URI
};
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
-#include "gdk/gdkrgb.h"
#include "gtkpreview.h"
#include "gtkprivate.h"
#include "gtkintl.h"
#include <unistd.h>
#endif
-#include <gdk/gdkscreen.h>
-
#include "gtkstock.h"
#include "gtkicontheme.h"
#include "gtkiconfactory.h"
#include <string.h>
-#include <gdk/gdkscreen.h>
-
#include "gtkrecentmanager.h"
#include "gtkrecentfilter.h"
#include "gtkrecentchooser.h"
#define __GTK_RECENT_MANAGER_H__
#include <glib-object.h>
-#include <gdk/gdkscreen.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <gdk/gdk.h>
#include <time.h>
G_BEGIN_DECLS
#include <string.h>
#include <gdk/gdkkeysyms.h>
-#include <gdk/gdkkeys.h>
#include "gtkimcontextthai.h"
#include "thai-charprop.h"